From: tsteven4 Date: Sun, 2 Aug 2015 22:01:54 +0000 (-0600) Subject: try to get travis to build gui. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~10^2~6^2~8^2~9 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e39bec69b25ded295bc1711c65514549026e7ecb;p=gpsbabel.git try to get travis to build gui. --- diff --git a/.travis.yml b/.travis.yml index c265f6dc5..63ad47944 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - clang before_install: - sudo apt-get update -qq - - sudo apt-get install -y valgrind expat fop xsltproc + - sudo apt-get install -y valgrind expat fop xsltproc libqt4-opengl-dev libqtwebkit-dev script: - - cd gpsbabel ; ./configure && make -j3 all && make doc && bash ./testo && bash ./vtesto -# TODO: build GUI, mac, test-all + - cd gpsbabel ; ./configure && make -j3 all && make gui && make doc && bash ./testo && bash ./vtesto +# TODO: build mac, test-all